home *** CD-ROM | disk | FTP | other *** search
/ The Simpsons Ride - Sneak Peak / The Simpsons Ride - Sneak Peak.iso / mac / FINAL / quiz.swf / scripts / DefineButton2_44 / BUTTONCONDACTION on(release).as
Text File  |  2008-07-25  |  111b  |  6 lines

  1. on(release){
  2.    _global.roundnumber = 1;
  3.    loadMovieNum("final/easy.swf",3,"GET");
  4.    stopAllSounds();
  5. }
  6.